'Declaration
Public Overloads Sub Set
(Of T1,T2)( _
ByVal propertyKey As PropertyBagKey(Of T1,T2), _
ByVal value As T1 _
)
public void Set<T1,T2>( PropertyBagKey<T1,T2> propertyKey, T1 value )
Parameters
- propertyKey
- The property key.
- value
- The value.
Type Parameters
- T1
- The public type of this property.
- T2
- The marshaling type of this property.